go/types.Checker.isBrokenAlias (method)

2 uses

	go/types (current package)
		check.go#L239: func (check *Checker) isBrokenAlias(alias *TypeName) bool {
		typexpr.go#L111: 		if !check.conf._EnableAlias && check.isBrokenAlias(obj) {